home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 1997 #1
/
Amiga Plus CD - 1997 - No. 01.iso
/
pd
/
programmierung
/
mesa-1.2.8
/
widgets
/
man
/
glwdrawingareamakecurrent.pod
< prev
next >
Wrap
Text File
|
1996-05-27
|
545b
|
30 lines
=head1 NAME
GLwDrawingAreaMakeCurrent - Make the current GLwDrawingArea current.
=head1 SYNOPSIS
#include <GL/GLwDrawA.h>
void GLwDrawingAreaMakeCurrent(w, ctx)
Widget w;
GLXContext ctx;
=head1 DESCRIPTION
=over 4
=item GLwDrawingAreaMakeCurrent
is a front end to I<glXMakeCurrent>, however instead of passing in a
Display and a Window, a Widget is passed in.
=back
=head1 RELATED INFORMATION
L<GLwMDrawingArea>, L<glXMakeCurrent>.
=head1 DATE
$Id: GLwDrawingAreaMakeCurrent.pod,v 1.1 1995/03/28 22:57:07 ohl Exp $